home *** CD-ROM | disk | FTP | other *** search
- ; Definition file for Genuwax Visual Assembler 4.0
- ; (c) GenuWax 10/VIII/95
-
- ; put here all the labels refering to the modules/library
- ; you want to include/use in your program
- ; also defined here : the stack size !
-
- GWVA_APP_OBJ_STACK_SIZE = 1024
- GWVA_MAX_PATH_LENGTH = 128
-
- GWVA_APP_DEP_LIB_VERSION = 4
- GWVA_APP_DEP_LIB_MAJOR = 0
- GWVA_APP_DEP_LIB_MINOR = 43
-
- MDL_GEM
-
- MDL_EVENTS
-
- MDL_WIND
- GWVA_APP_OBJ_MAX_NUMBER_WIND = 1
-
- MDL_WIND_FORM
-
- LIB_DECI
- LIB_XBRA
-
- LIB_XHDI
- LIB_XHDI_GETVERSION
- LIB_XHDI_INQTARGET
- LIB_XHDI_STOP
- LIB_XHDI_LASTACCESS
-
-